Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. xljohn

    [C++ Error] Multiple declaration for 'FOLDERSETTINGS'

    Peter, Thank you very much though i stopped on working on this project. I will check the URL you mentioned. Thanks again. Have a nice weekend. John
  2. xljohn

    [C++ Error] Multiple declaration for 'FOLDERSETTINGS'

    Greetings, I tried to compile a project that was crated using BCB 4 OR 5 in BCB6. This project also uses MapObject 2.1. The first compiling errors: [C++ Error] shobjidl.h(2193): E2238 Multiple declaration for 'FOLDERSETTINGS' [C++ Error] shobjidl.h(8095): E2238 Multiple declaration for...
  3. xljohn

    Project xxx.exe raised exception calss EAccessViolation

    Chris, Thanks for your thread. Though it does not help. The problem is that the program even can not step into the WinMain(). So all break points are useless. Every time the screen will go to the ios_base() in the following: template <class _CharT, class _Traits> basic_ios<_CharT...
  4. xljohn

    Project xxx.exe raised exception calss EAccessViolation

    James, After I read your suggestions in another thread, I checked my project settings and find it's already an stand-alone project. I read the FAQs you posted, and tried to find the DLL files. Below is the result of the utility call: C:\Karl\pc_iie_jan_18\srdss>tdump -em. srdss.exe Turbo...
  5. xljohn

    [Linker Error] TEXTFILE.LIB' contains invalid OMF record, type 0x00

    James, Thanks. I will read the FAQs to learn how to compile the program as a stand-along. John
  6. xljohn

    Project xxx.exe raised exception calss EAccessViolation

    James, Thanks for your message. I tried to do something to crack this problem. Firstly, I delete all the printers, useless. Secondly, I tried it on another machine, Windows XP and with MapObject 2.1 installed, useless. But the difference is that an error report was created. But it does not...
  7. xljohn

    Project xxx.exe raised exception calss EAccessViolation

    Greetings, I have built a BCB6 project and it passed compiling process. When I run it, the run time error occurs: Project srdss.exe raised exception class EAccessViolation with message 'Access violation at address 00542A61. Read of address 00000000'. Process stopped. I tried to put this to...
  8. xljohn

    [Linker Error] TEXTFILE.LIB' contains invalid OMF record, type 0x00

    Thanks. You're really a guru and I'm really a beginner, what you said make me lost. I think the pointer checking will be painful since the project has hundreds of pages(not lines), and it was not created by myself. It's written in BCB 4 or 5 in 1999, and it used MapObject LT. Now I'm using BCB6...
  9. xljohn

    [Linker Error] TEXTFILE.LIB' contains invalid OMF record, type 0x00

    James, Thanks you very much for your quick reply. After posting the thread, I open the textFile project and recompiled it. The original code was created using BCB 4 or 5. I fixed some bugs in it, then it works fine. But now there are errors, I'm not happy. Run time error: The instruction at...
  10. xljohn

    [Linker Error] TEXTFILE.LIB' contains invalid OMF record, type 0x00

    Greetings, After I got instructions from Ronald about the MapObject, now I passed the compiling process. Now linking, error: [Linker Error] 'C:\KARL\PC_IIE_JAN_18\LIB\TEXTFILE.LIB' contains invalid OMF record, type 0x00 Oh, my! Can any guru give me some hints? Thanks and thanks. John
  11. xljohn

    E2247 'TMap::Extent' is not accessible

    Ronald, Thank you very much. All the problem can be solved using Map1->ControlInterface->Extent This problem costed me 3 days' hard time! And my boss was very angry. But I just started work for 3 months and never deal with MapObject and no co-workers can help me! But anyway, I can not...
  12. xljohn

    E2247 'TMap::Extent' is not accessible

    Hi, Buddies, I'm using the project created in 1999. It had used MapObject. But now the BCB has updated to BCB 6 and we are using M02.1. When I compile this project, this error can never be solved. Even when I develop a small form with a map, Map1->Extent = Map1->FullExtent or something else can...
  13. xljohn

    E2247'TMap::Extent is not accessible'

    Hi, Buddy, I have this problem too. How did you solve it? Thanks so so much! John

Part and Inventory Search

Back
Top