PureBytes Links
Trading Reference Links
|
Hi,
Have anyone tried to use Dev-C++ to develop DLL?
I installed the ADK from Amibroker web site and Dev-C++ 4.9.9.1 would not
even compile the samples.
Here is the compile log:
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\ADK\Sample\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\ADK\Sample\Makefile.win" all
g++.exe -c Plugin.cpp -o
lugin.o -I"C:/Dev-Cpp/include/c++/3.3.1" -I"C:/Dev-Cpp/include/c++/3.3.1/mi
ngw32" -I"C:/Dev-Cpp/include/c++/3.3.1/backward" -
I"C:/Dev-Cpp/lib/gcc-lib/mingw32/3.3.1/include" -I"C:/Dev-Cpp/include"
In file included from Plugin.cpp:20:
Plugin.h:448:7: warning: no newline at end of file
Plugin.cpp:50: error: function `int GetPluginInfo(PluginInfo*)' definition
is
marked dllimport. Plugin.cpp:58: error: function `int
SetSiteInterface(SiteInterface*)'
definition is marked dllimport.
Plugin.cpp:66: error: function `int GetFunctionTable(FunctionTag**)'
definition
is marked dllimport.
Plugin.cpp:74: error: function `int Init()' definition is marked
dllimport.
Plugin.cpp:80: error: function `int Release()' definition is marked
dllimport. make.exe: *** [Plugin.o] Error 1 Execution terminated
Logged a ticket with Amibroker last Friday. But have not heard anything back
from them.
Please help if someone went thru this before.
Thanks,
FS
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|