PureBytes Links
Trading Reference Links
|
Geoff,
Check if your plugin.o is not marked as read only.
It may be because you restored your files from medium like CD-ROM
that marks all files as read-only.
Also check if plugin.cpp is included in your makefile.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "grmulhall" <gmulhall@xxxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, March 30, 2003 3:04 AM
Subject: [amibroker] Ambroker Development Kit Problem
> Hi,
>
> I'm using Dev C++ and the ADK and have a produced a trailing stop dll.
>
> All was fine and the dll was working happily until I upgraded to the
> latest version of Dev C++ and now the plugin no longer compliles.
>
> The problem is in plugin.cpp which fails compilation with the message
>
> "function int GetPluginInfo" definition is marked. Unable to open
> file Plugin.o.
>
> Presumably Plugin.cpp is not compiling and the linker is unable to
> link plugin.o.
>
> If anyone has a solution I'd be very grateful.
>
> Thanks,
>
> Geoff
>
>
>
> Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
FREE Cell Phones with up to $400 Cash Back!
http://us.click.yahoo.com/_bBUKB/vYxFAA/i5gGAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|