I want to use this library in a 32-bit environment,Which version should I use? #991
Replies: 2 comments
-
|
Shouldn't matter — so long as it's compiled for the right environment. I test on 64-bit systems, so there's a possibility that you'll hit warnings or errors when compiling on a 32-bit system, but if so, we'll just have to fix those. It should just work. So, assuming you're on a Unix-like system, we can do a test build to shake out any problems. Configuring a build of libpqxx itself, not using CMake but using the If that build fails, file a bug here with the details. If it works, you should be good and you can do a build in your normal way. |
Beta Was this translation helpful? Give feedback.
-
|
@Dxw12345678 any news? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use this library in a 32-bit environment,Which version should I use?
Beta Was this translation helpful? Give feedback.
All reactions