Blade3575 Posted January 2, 2009 Posted January 2, 2009 I've looked all over and haven't found a solution to my problem, I'm new to programming, but I do know a little about a few different languages.Here's my problem:>"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Documents and Settings\Nick L\Desktop\Wow-Packet_Sniffer\Packet.au3" C:\Program Files\AutoIt3\Include\NomadMemory.au3 (234) : ==> Variable used without being declared.:$LUID = DLLStructCreate("dword;int")^ ERROR>Exit code: 1 Time: 0.543I'm using the WoW Packet SnifferTopic: http://www.autoitscript.com/forum/index.php?showtopic=37998.au3 link from post: http://files.filefront.com/Wow_Packet_Snif...;/fileinfo.htmlYou will need to find and replace:_GUICtrlListViewSetColumnWidthwith_GUICtrlListView_SetColumnWidth
Teltech Posted January 2, 2009 Posted January 2, 2009 (edited) Sorry, spoke alittle too soon. I just saw your RAR link on the original post. I'll take a look at it.Just found this on the forums.Have you taken a look at these?http://www.autoitscript.com/forum/index.ph...=78540&st=0http://www.autoitscript.com/forum/index.ph...=28351&st=0 Edited January 2, 2009 by Teltech
Blade3575 Posted January 2, 2009 Author Posted January 2, 2009 Yeah, here they are.Packet.au3NomadMemory.au3
Blade3575 Posted January 2, 2009 Author Posted January 2, 2009 Nah, nothing fixed it, I just don't understand why it's saying the variable is being used without being declared but no one else has had this trouble. In the documents here it says 1 = Variable passed to DllStructCreate was not a string.
CoolPenguin Posted January 3, 2009 Posted January 3, 2009 I believe NomadMemory.au3 is outdated.Try this one:http://rapidshare.com/files/86926421/NomadMemoryau3.rar
Teltech Posted January 3, 2009 Posted January 3, 2009 maybe you forgot to add the #include line? or you're missing a file that's included... Just a guess?
Blade3575 Posted January 3, 2009 Author Posted January 3, 2009 @CoolPenguin: It didn't change anything. @Teltech: The problem occurs when compiling the original program which is using #include <GUIConstants.au3> #include <GuiListView.au3> #include <NomadMemory.au3> #Include <Misc.au3> The problem is in NomadMemory and the problem is it's saying I'm using a variable I didn't declare but it seems no one else has the problem.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now