View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004862 | JEDI VCL | 00 JVCL Components | public | 2009-07-09 16:31 | 2009-07-09 16:57 |
Reporter | korecek | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.37 | ||||
Target Version | Fixed in Version | 3.38 | |||
Summary | 0004862: JvPluginManager Linker Error - C++ Builder | ||||
Description | I 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 Information | I 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. | ||||
Tags | No tags attached. | ||||
|
Here is example link: http://issuetracker.delphi-jedi.org/view.php?id=4859 |
|
SendMessage is now deprecated, use BroadcastMessage instead |
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 |