View previous topic :: View next topic |
Author |
Message |
Fabius
Joined: 08 Feb 2009 Posts: 11
|
Posted: Mon Jul 13, 2009 23:47 Post subject: NWNX Functions |
|
|
Is there a way to have the latest 1.90 NWNX Functions on windows?
I tried compiling the sources with DevC++ but with no success (i'm really not familiar with DLLs, so maybe i tried something impossible ^^) |
|
Back to top |
|
|
Asparius
Joined: 18 Sep 2007 Posts: 52
|
Posted: Tue Jul 14, 2009 14:10 Post subject: |
|
|
Linux version won't work on Windows, and you can't compile sources on Dev C++ (Try Visual Studio maybe...) |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Wed Jul 15, 2009 1:37 Post subject: |
|
|
Dev-C++ definitely won't work, because you need MFC libraries (at least for the main Windows NWNX2 app). The only "supported" environment is Visual Studio 6 (or Visual C++ 6).
Besides that, though, all the hooks need to be changed to be made compatible with Windows, which is non-trivial. _________________ Win32 SVN builds: http://www.mercuric.net/nwn/nwnx/
<Fluffy-Kooshy> NWNx plugin is to this as nuclear warheads are to getting rid of fire ants.
<ThriWork> whenever I hear nwn extender, I think what does NWN need a penis extender for? |
|
Back to top |
|
|
Fabius
Joined: 08 Feb 2009 Posts: 11
|
Posted: Thu Jul 16, 2009 2:16 Post subject: |
|
|
Zebranky wrote: | Dev-C++ definitely won't work, because you need MFC libraries (at least for the main Windows NWNX2 app). The only "supported" environment is Visual Studio 6 (or Visual C++ 6).
Besides that, though, all the hooks need to be changed to be made compatible with Windows, which is non-trivial. |
is there a chance that someone with experience in Win32 developing does this for the community? |
|
Back to top |
|
|
Zebranky
Joined: 04 Jun 2006 Posts: 415
|
Posted: Thu Jul 16, 2009 4:55 Post subject: |
|
|
It's possible. _________________ Win32 SVN builds: http://www.mercuric.net/nwn/nwnx/
<Fluffy-Kooshy> NWNx plugin is to this as nuclear warheads are to getting rid of fire ants.
<ThriWork> whenever I hear nwn extender, I think what does NWN need a penis extender for? |
|
Back to top |
|
|
Lokey
Joined: 02 Jan 2005 Posts: 158
|
Posted: Sat Jul 18, 2009 23:21 Post subject: |
|
|
Granted we could find a use for all of the nwnx_functions methods (let alone nwnx_funcs), the ones that most interest us are:
- GetClientPort
- BootWithMessage
- Get/SetArmorAC _________________ Neversummer PW NWNx powered mayhem |
|
Back to top |
|
|
BelowTheBelt
Joined: 28 Jul 2010 Posts: 29
|
Posted: Fri Aug 06, 2010 3:14 Post subject: |
|
|
Just dropping in to see if anyone had any of the nwnx_fuctions for windows working...
Thx! _________________ www.arenthyor.com |
|
Back to top |
|
|
Baaleos
Joined: 02 Sep 2007 Posts: 830
|
Posted: Fri Aug 06, 2010 3:53 Post subject: |
|
|
check the development thread
nwnx_funcs
It does everything that nwnx_functions did, and more. |
|
Back to top |
|
|
BelowTheBelt
Joined: 28 Jul 2010 Posts: 29
|
|
Back to top |
|
|
|