View Issue Details

IDProjectCategoryView StatusLast Update
0004862JEDI VCL00 JVCL Componentspublic2009-07-09 16:57
ReporterkorecekAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.37 
Target VersionFixed in Version3.38 
Summary0004862: JvPluginManager Linker Error - C++ Builder
DescriptionI got a C++ linker error after good compilation of modules in project. The problem is regarding of a function name. The function name is:
   SendMessage resp. SendMessageA.

This problem is described in BCB Compatibility Guide I think.
It is recommended there to change function name in the guide ...

Here is error message:
 [Linker Error] Unresolved external '__fastcall
Jvpluginmanager::TJvPluginManager::SendMessageA(int,
System::AnsiString)' referenced from C:\PROGRAM FILES\BORLAND
\CBUILDER6\PROJECTS\BPL\JEDI\JVCL\EXAMPLES\JVPLUGIN\1SIMPLEPLUGIN
\BCB\OBJ\PLUGINDEMOU.OBJ
Additional InformationI try to convert Delphi examples of JvPlugin to C++ Builder.
I have JVCL V3.37 (latest SVN) and I do it under BCB6.

I tried to change function name SendMessage to SendMessagePlg and linking was OK.

 
TagsNo tags attached.

Activities

korecek

2009-07-09 16:50

reporter   ~0015817

Here is example link:
http://issuetracker.delphi-jedi.org/view.php?id=4859

obones

2009-07-09 16:57

administrator   ~0015818

SendMessage is now deprecated, use BroadcastMessage instead

Issue History

Date Modified Username Field Change
2009-07-09 16:31 korecek New Issue
2009-07-09 16:50 korecek Note Added: 0015817
2009-07-09 16:57 obones Note Added: 0015818
2009-07-09 16:57 obones Status new => resolved
2009-07-09 16:57 obones Fixed in Version => Daily / SVN
2009-07-09 16:57 obones Resolution open => fixed
2009-07-09 16:57 obones Assigned To => obones