BOOST regex problem using Libarys with Borland Builder 4
Hi I have just found out about the boost library's so I am new to them. I am trying to use the regex within a VCL Borland Builder 4. I have followed the installation. and tried a given example. I found that the example works well for a console program but for a windows program it seems to crash with the message. EAccessViolation with message ŽAccess violation at address 0040987B. Read address 00000032. I have compiled both within the Borland IDE and I believe that I don't have to do anything and that the IDE and Library will automatically configure itself. What am I doing wrong? Thanks in advance Alastair
I found that the example works well for a console program but for a windows program it seems to crash with the message.
EAccessViolation with message ´Access violation at address 0040987B. Read address 00000032.
I have compiled both within the Borland IDE and I believe that I don't have to do anything and that the IDE and Library will automatically configure itself.
What am I doing wrong?
Sorry its a binary compatibility problem, you must either: Turn off the -Ve -Vx options in the IDE, or: Edit the makefile and add the -Ve -Vx options and rebuild. This will be fixed in the soon to be release boost-1.29.0. John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm
participants (2)
-
Alastair
-
John Maddock