Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » How chage the SWT version
How chage the SWT version [message #459324] Fri, 05 August 2005 15:14 Go to next message
Vicente is currently offline VicenteFriend
Messages: 7
Registered: July 2009
Junior Member
Hello all!!

I´ve made an app than functions with swtxxx3064.dll. This dll file is
located at c:\windows\system32.... well, how can i change the version of
the file swtwin323138.dll????????

i did the download of the swt.dl from eclipse.org , i replaced the
swt-win32-3064.dll for the new swt-win32-3138.dll , but in my app when i
ask to check SWT.Getversion(), he says 3064 and not 3138. What´s
wrong??????????

thanks!!
Re: How chage the SWT version [message #459783 is a reply to message #459324] Tue, 16 August 2005 19:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ng.felicis.org

Am Fri, 05 Aug 2005 17:14:58 +0200 schrieb Vicente:
> I´ve made an app than functions with swtxxx3064.dll. This dll file is
> located at c:\windows\system32.... well, how can i change the version of
> the file swtwin323138.dll????????
>
> i did the download of the swt.dl from eclipse.org , i replaced the
> swt-win32-3064.dll for the new swt-win32-3138.dll , but in my app when i
> ask to check SWT.Getversion(), he says 3064 and not 3138. What´s
> wrong??????????

I guess you use a different dll-file somewhere else. Try to do a search
for swt-win32-3064.dll. Perhaps it's located in your JRE\bin folder?!

Martin
Re: How chage the SWT version [message #459784 is a reply to message #459783] Tue, 16 August 2005 19:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.us.NO_SPAM.ibm.com

You need the cooresponding swt.jar too because the version number is
hard-coded into the jar.

Martin Röhricht wrote:
> Am Fri, 05 Aug 2005 17:14:58 +0200 schrieb Vicente:
>
>>I´ve made an app than functions with swtxxx3064.dll. This dll file is
>>located at c:\windows\system32.... well, how can i change the version of
>>the file swtwin323138.dll????????
>>
>>i did the download of the swt.dl from eclipse.org , i replaced the
>>swt-win32-3064.dll for the new swt-win32-3138.dll , but in my app when i
>>ask to check SWT.Getversion(), he says 3064 and not 3138. What´s
>>wrong??????????
>
>
> I guess you use a different dll-file somewhere else. Try to do a search
> for swt-win32-3064.dll. Perhaps it's located in your JRE\bin folder?!
>
> Martin

--
Thanks,
Rich Kulp
Re: How chage the SWT version [message #459803 is a reply to message #459324] Wed, 17 August 2005 13:01 Go to previous message
Bob Marinier is currently offline Bob MarinierFriend
Messages: 3
Registered: July 2009
Junior Member
Vicente wrote:
> Hello all!!
>
> I´ve made an app than functions with swtxxx3064.dll. This dll file is
> located at c:\windows\system32.... well, how can i change the version of
> the file swtwin323138.dll????????
>
> i did the download of the swt.dl from eclipse.org , i replaced the
> swt-win32-3064.dll for the new swt-win32-3138.dll , but in my app when i
> ask to check SWT.Getversion(), he says 3064 and not 3138. What´s
> wrong??????????
>
> thanks!!

I think the specific dll is tied to the specific swt.jar file you're
using. If you don't use the new swt.jar file, it will still try to
access the old dlls.

Bob
Previous Topic:ApplicationWindow: can't find main method
Next Topic:Taskbar Howto
Goto Forum:
  


Current Time: Wed Apr 24 20:10:03 GMT 2024

Powered by FUDForum. Page generated in 0.02946 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top