DEBUG ANYFLO

1 Contenu

anyflo folder contains:
1) Directory Debug containing objects *.o and the executable anyflo.exe.
2) Files:
       includes files *.h
       source files *.c downloaded as well as those of your application..
       The files needed to rebuild the environment anyflo.exe VisualC++.

2 Link

1) Launches VisualC++
2) File->Open Workspace...
       anyflo/anyflo.dsw
3) Change and/or create source files.
4) Build->Build anyflo.exe launches the compiler, the link and creates a new executableet anyflo.exe.
5) anyflo/anyflo_video.js file will launch the new executable in video mode.
Note: This file contains a specific path access to the executable file and is different from anyflo_video.js root folder.

2 Debuger

Build->Start Debug->Go
Simultaneously press the Alt and Tab keys, click the icon to bring the console anyflo.exe text window to the foreground
You can set breakpoints in any source files provided and created.