On 19.04.2012 15:25, Heikki Linnakangas wrote:
On 19.04.2012 15:20, Dharmendra Goyal wrote:
pldebugger build is failing on WIndows because targetinfo.c file is not
there where as vcproj file requires it to be there to build
targetinfo.dll.
I checked earlier this file was there and after moving t
Hi Heikki,
I have been working to fix the build. I have fixed few issues but i am
getting following error on Windows which needs other changes at code level.
plugin_debugger.c
plugin_debugger.c(100): error C2099: initializer is not a constant
Following is the assignment which is causing the
On 19.04.2012 15:20, Dharmendra Goyal wrote:
Hi,
pldebugger build is failing on WIndows because targetinfo.c file is not
there where as vcproj file requires it to be there to build targetinfo.dll.
I checked earlier this file was there and after moving to git we started
seeing this issue.
If we
Hi,
pldebugger build is failing on WIndows because targetinfo.c file is not
there where as vcproj file requires it to be there to build targetinfo.dll.
I checked earlier this file was there and after moving to git we started
seeing this issue.
If we have removed this file intentionally then it ha