Hi Piper,
Just wanted to know if you have tested this on windows. I am trying to get it working on windows using the cygwin compilers but am gettin issues. Also I am trying to get it included in an IDE developed by another person, How do you feel about it. For the IDE you can refer to: https://github.com/OpenCobolIDE/OpenCobolIDE
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No, i haven't tried to get it run using Windows, i am a Linux user.
But basically it should run under Windows, if you have GnuCobol and MySql installed (read Simon's Post below).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2015-01-11
I want to use dbpre on windows 7 with mingw und ms visual studio too.
I could not compile dbpre.c either with mingw or visual studio.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Read Simon's post below, to compile the precompiler you need both GnuCobol and MySql installed, since the API file dbpre uses, accesses of course both GnuCobol and MySql.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wish, that dbpre from Gnu Cobol would run on windows 7 with mingw or ms visual studio.
Could you help me, how to compile the tool on windows 7.
This could be preferrable, why OpenCobolIde with the last release support this possibility. Regretfully the support does not exist on windows 7.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you want to compile with visual studio then just open the VS command prompt and use the same compile steps (untested but should work or at least give the picture)
Hi Piper,
Just wanted to know if you have tested this on windows. I am trying to get it working on windows using the cygwin compilers but am gettin issues. Also I am trying to get it included in an IDE developed by another person, How do you feel about it. For the IDE you can refer to:
https://github.com/OpenCobolIDE/OpenCobolIDE
No, i haven't tried to get it run using Windows, i am a Linux user.
But basically it should run under Windows, if you have GnuCobol and MySql installed (read Simon's Post below).
I want to use dbpre on windows 7 with mingw und ms visual studio too.
I could not compile dbpre.c either with mingw or visual studio.
Read Simon's post below, to compile the precompiler you need both GnuCobol and MySql installed, since the API file dbpre uses, accesses of course both GnuCobol and MySql.
I wish, that dbpre from Gnu Cobol would run on windows 7 with mingw or ms visual studio.
Could you help me, how to compile the tool on windows 7.
This could be preferrable, why OpenCobolIde with the last release support this possibility. Regretfully the support does not exist on windows 7.
I don't see any reason why it shouldn't work :-)
... as long as you have a mysql development running (headers and libmysqlclient/mysqlclient.lib needed).
For compiling in MinGW you can use the scripts available
If you want to compile with visual studio then just open the VS command prompt and use the same compile steps (untested but should work or at least give the picture)
Simon