additional info:
it seems even after DEBUG build, my executable is looking for non-DEBUG version
of MSVCR90.dll
---
mserver5.exe - Unable To Locate Component
---
This application has failed to start because MSVCR90.dll was not found.
Re-installing
Does anyone know why i may be getting this error:
Runtime Error!
Program: C:\monetdb\build\bin\mserver5.exe
R6034
An application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information.
---
also is there a 'clea
you're right the iconvd.lib and iconvd.dll were actually created, i just didn't
see them.
many thanks
> >> Edit lib/Makefile.msvc and change -Feiconv.dll to -Feiconvd.dll, and
> >> compile using
> >>
> >> nmake -f Makefile.msvc NO_NLS=1 DLL=1 MFLAGS=-MDd DEBUG=1
> >> PREFIX=C:\iconv-1.11.win6
On Tue, Feb 26, 2008 at 01:31:22PM +0100, Sjoerd Mullender wrote:
> [EMAIL PROTECTED] wrote:
> > Is there a free version of intel compiler that will work?
> > it looked to me that Intel compiler must be purchased?
>
> I believe you can get a time-limited test version.
Under
http://www.intel.com/
[EMAIL PROTECTED] wrote:
> Is there a free version of intel compiler that will work?
> it looked to me that Intel compiler must be purchased?
I believe you can get a time-limited test version.
--
Sjoerd Mullender
signature.asc
Description: OpenPGP digital signature
--
[EMAIL PROTECTED] wrote:
> it ran for a while, but couldn't make iconv.lib, do I need to change that
> target to
> iconvd.lib somewhere in the makefile as well?
>
>
> NMAKE : fatal error U1073: don't know how to make '../lib/iconv.lib'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files (x8
Is there a free version of intel compiler that will work?
it looked to me that Intel compiler must be purchased?
Stefan Manegold wrote:
> Pathfinder requires C99 features that are not supported by the Microsoft
> Visual C/C++ compiler; hence, on Windows, Pathfinder can only with the Intel
> C/C
it ran for a while, but couldn't make iconv.lib, do I need to change that
target to
iconvd.lib somewhere in the makefile as well?
NMAKE : fatal error U1073: don't know how to make '../lib/iconv.lib'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\
VC\BIN\am
[EMAIL PROTECTED] wrote:
> can someone advise how to build the iconvd.dll (debug version) of iconv.
> on windows 64 bit platform.
Edit lib/Makefile.msvc and change -Feiconv.dll to -Feiconvd.dll, and
compile using
nmake -f Makefile.msvc NO_NLS=1 DLL=1 MFLAGS=-MDd DEBUG=1
PREFIX=C:\iconv-1.11.win