Jump to content

Nomadmemory error


Recommended Posts

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.543

I'm using the WoW Packet Sniffer

Topic: http://www.autoitscript.com/forum/index.php?showtopic=37998

.au3 link from post: http://files.filefront.com/Wow_Packet_Snif...;/fileinfo.html

You will need to find and replace:

_GUICtrlListViewSetColumnWidth

with

_GUICtrlListView_SetColumnWidth

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

@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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...