Hi all,
i want to debug the alchemy code with VC++. For example, I use sample /stringecho.
I create a new project and add stringecho.c . But build error---------fatal error C1083: Cannot open include file: 'AS3.h': No such file or directory
If I copy AS3.h from alchemy directory to my project directory ,build error---------error LNK2001: unresolved external symbol _AS3_LibInit
error LNK2001: unresolved external symbol _AS3_Release.........
can any one have idea how to debug,
waiting for inputs
thanks in advance
Sorry but you can't compile Alchemy stuff like AS3.h in visual studio hoping to debug your application ![]()
You may develop your C/C++ code in visual studio as a "portable application" to alchemy or whatever platform you like, so you may develop , debug it, and then recompile the whole application in alchemy ... you will need a lot of #ifdef/#endif and so on
to make it.
If you have isolated pieces of C/C++ code build up a test application and test it.. maybe it's easier.
if you really need to debug the alchemy version of your code you could follow this post, it's a great starting point.
http://forums.adobe.com/thread/416004
i hope it could help
Dario
North America
Europe, Middle East and Africa
Asia Pacific