![]() |
File missing: LIBGEN.H
It's an include in the "Bsp2Rbn" package, anyone know where a Win32 user can get a copy of LIBGEN.H? :)
|
Re: File missing: LIBGEN.H
As far as I can tell in the code, all it's needed for is dirname+basename... Is there any win32 include that has these?
EDIT: There isn't... Can someone attach libgen.h? |
Re: File missing: LIBGEN.H
libgen.h is included to provide dirname/basename which is used to get the map name from your arguments. It is provided below
Code:
/* Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc. |
Re: File missing: LIBGEN.H
Features.h... :D lol
Know what? Nevermind. I'll just wait until Stefan alters this to be Win32 compatable. |
Re: File missing: LIBGEN.H
Quote:
If someone knows C++ code for basename & dirname, please let me know -eric |
Re: File missing: LIBGEN.H
Give me an hour... I'll find somethng. :)
|
Re: File missing: LIBGEN.H
And still... Nothing. The only hint/suggestion I got was to search msdn.microsoft.com
|
Re: File missing: LIBGEN.H
it's only used for path detection right? to get it for windows quickly, you could just require that the file be in the same directory as the executable and negate that requirement...
|
Re: File missing: LIBGEN.H
I'll give that a try...
So this package will generate an EXE file? I assumed it was another DLL for metamod. |
Re: File missing: LIBGEN.H
Here's the output after attempting to remove basename and dirname from the code:
Code:
--------------------Configuration: Bsp2Rbn - Win32 Debug-------------------- |
All times are GMT +2. The time now is 06:38. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.