This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - funnybunny

Pages: [1]
1
Noggit / Version of Stormlib for Noggit Qt
« on: November 02, 2014, 07:25:13 pm »
I haven't been able to build the Qt version of Noggit because of API changes in StormLib, meaning I get errors like this:

Code: [Select]
.../noggit3/src/noggit/mpq/archive.cpp:125:9: error:
      no matching function for call to 'SFileReadFile'
        SFileReadFile (file_handle, *buffer, *size);
        ^~~~~~~~~~~~~
/usr/local/include/StormLib.h:899:15: note: candidate function not viable:
      requires 5 arguments, but 3 were provided
bool   WINAPI SFileReadFile(HANDLE hFile, void * lpBuffer, DWORD dwToRea...
              ^

do any developers know where I could get the right version of stormlib? none of the old versions i have  are the right function signatures :(

2
Noggit / Compiling Nogg-It Qt
« on: July 08, 2012, 11:11:00 pm »
I have downloaded NoggIt from bitbucket and compiled using MSVC2010. it compiles fine, it wont start though. i get this error: http://i.imgur.com/FGlrp.png
in the log it says it is looking in my cataclysm folder for the files, this could be the error? how do i tell the program where to look?

Pages: [1]