Git Product home page Git Product logo

alsing's People

Watchers

 avatar

alsing's Issues

Test issue

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 8 Jun 2008 at 4:23

Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

What steps will reproduce the problem?
1. Launched MDIDemo
2. Opened a .syn file
3. Pressed button for SettingsForm

What is the expected output? What do you see instead?
Expected to see the settings form...instead got:
Attempted to read or write protected memory. This is often an indication 
that other memory is corrupt.

What version of the product are you using? On what operating system?
Latest source from Google site...on Windows XP with VStudio 2008

Please provide any additional information below.
I was able to download and run the sample project and all the other 
functions worked flawlessly...I started trying to debug, but I cannot see
any reason for this to throw and exception...


Original issue reported on code.google.com by [email protected] on 4 Jul 2008 at 4:18

Issues for compiling under Mono

I'm trying to start small, with one component at a time. I'm starting in
the SyntaxBox/Alsing.SyntaxBox/Document and have a makefile that works with
Mono's compiler, gmcs, verion 1.9.1.

1) The first issue I encountered was the lines "Text = Text;" I'm not sure
what the meaning of those lines is, but for whatever reason, this puts the
mono runtime into an infinite loop. I've commented those lines out. That
makes with:

gmcs -recurse:*.cs -unsafe \
        -r:System.Windows.Forms.dll -r:System.Drawing.dll \
        -target:library -out:Document.dll

Safe was required because:
./Parser/ParseTools.cs(25,35): error CS0227: Unsafe code requires the
`unsafe' command line option to be specified

2) Next, working on SyntaxBox/Samples/HelloWorld/ but I didn't want to
build SyntaxBox controller yet. Is there is a way to not use the controller?

-Doug

Original issue reported on code.google.com by [email protected] on 30 Jul 2008 at 11:13

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.