| 
 PureBytes Links 
Trading Reference Links 
 | 
Anyone know why this compile error might be occurring?
Thanks
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\My Plugins\Makefile.win"
Executing  make...
make.exe -f "C:\Dev-Cpp\My Plugins\Makefile.win" all
g++.exe -c Plugin.cpp -o
Plugin.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"C:/Dev-Cpp/include/c++/3.4.2/backward"
  -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32"  -I"C:/Dev-Cpp/include/c++/3.4.2"
  -I"C:/Dev-Cpp/include"  -DBUILDING_DLL=1
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
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Try Online Currency Trading with GFT. Free 50K Demo. Trade 
24 Hours. Commission-Free. 
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
 
 |