On 23 December 2013 08:21, Jim Michaels <jmich...@yahoo.com> wrote:
> I am trying to call _getcwd() which apparently is only found in crtdll.dll
> which is not included, or a specific version of windows or a microsoft
> compiler's msvcrt*.dll
>
> any solution for this? I am using
> d:\x86_64-4.8.2-release-posix-sjlj-rt_v3-rev0
> d:\i686-4.8.2-release-posix-sjlj-rt_v3-rev0
>
> was that something found in win98? I would have to check I guess, but
> curious about this dll, never seen it before. there is a libcrtdll.a file
> for it.

_getcwd() is exported from msvcrt.dll as well.

crtdll.dll is a pre-msvcrt.dll 32-bit-only MSVC runtime.
According to my observations, it is found in all Windows NT and 9x versions.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to