1. RE: w32new_memset()

Horvath Stefan wrote:
>
> Hello EUman!
> 
> I use Euphoria since february this year. Recently I have download 
> version
> 0.60.0 of win32lib and winlib IDE v 0.18.20.
> IDE doesn't start. Error:
> 
> C:\EUPHORIA\include\w32dll.ew:183
> w32new_memset has not been declared
>                 memset = w32new_memset()
> 
> With previous version of winlib I doesn't have this problem. Can 
> somebody
> help me?
> 

You should be using Win32Lib 0.60.1 with IDE 18.20.  Make sure that the 
win32lib\include directory is in your EUINC environment variable.  Also 
make sure you remove old versions of Win32Lib from EUINC (and/or remove 
old Win32Lib files from euphoria\incude).

-- Brian

-- Brian

new topic     » topic index » view message » categorize

2. RE: w32new_memset()

actually, I use winlib 60.1
The same problem.
error :
C:\EUPHORIA\INCLUDE\w32dll.ew:183
w32new_memset has not been declared
                memset = w32new_memset()

in winlib file is:
...

include w32support.e
include w32dll.ew
...

in w32support:
...
global function w32new_memset()
	return w32acquire_mem( 0, UInt )
end function
...

in w32dll :
...
memset = w32new_memset()    -- error
...

I have this three files only in c:\euphoria\include directory.
When I copy winlib 59.1, problem IDE works fine. Also, not only IDE doesn't
run, there is a lot of other exw files witch doesn't run.



Disclaimer: It is possible that the Trend Micro VirusWall product may not be
able to detect all new viruses and variants. Please be aware that there is a risk
involved whenever opening e-mail attachments to your computer and that MobiFon is
not responsible for any damages caused by your decision to do so.

new topic     » goto parent     » topic index » view message » categorize

3. RE: w32new_memset()

sorry for disturbing...
I have an old version of win32lib in c:\euphoria. After deleting, all works
fine.
Thanks Brian



Disclaimer: It is possible that the Trend Micro VirusWall product may not be
able to detect all new viruses and variants. Please be aware that there is a risk
involved whenever opening e-mail attachments to your computer and that MobiFon is
not responsible for any damages caused by your decision to do so.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu