jaPBe for PB 3.91 Beta

Developed or developing a new product in PureBasic? Tell the world about it.
GPI
PureBasic Expert
PureBasic Expert
Posts: 1400
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

Num3 wrote:Could these problems be, because of the new compiler feature that includes the xp-manifest by default?
No, because jaPBe include the manifest manual and not with the compiler.
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

This thread looks like it has tailed off, I am having the same issue as Karbon with the "linker error" and text of "no message". Was this issue ever resolved? What was the fix?

Here are my stats:
- PB 3.91 Beta 1
- Compiles with PB-Editor
- XP (not sure about SP level - at work now)
- Using PureVision libraries
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

I'm stuck compiling source that I use an icon with in the PB default editor.. I have no idea how to get jaPBE to work with icons now..
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
spongehammer
User
User
Posts: 84
Joined: Sat Jul 19, 2003 6:45 pm
Location: UK

Post by spongehammer »

I too have encountered a number of problems with the error showing

Linker Error... No Message.

and yet all the problem files compile fine with the PB editor. :?


Spongehammer
I looked up 'paranoid' in the dictionary this morning.
It said, 'what do you want to know that for?'
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

I receive the "Linker" error if I set an icon in jaPBe's "Project Properties". If I take the reference to the icon out - I can compile. I would use the PB editor just to compile but the icon on the compiled app is not the same quality. Before, jaPBe seemed to use the icon I selected without altering it, where as the PB editor seems to convert it to a lower resolution... Here is an example:
Image
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

I don't have a problem with the PB editor messing with the icon but I can confirm that exactly the same thing happens to me with jaPBE. If I use an icon I get the "No message" linker error - without the icon it compiles fine.

GPI : I sent you the icon before, but I've tried with about 25 icons I have here and it happens with all of them. Can you have another look at this now that I know it's not just me? :-)
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
RJP Computing
Enthusiast
Enthusiast
Posts: 202
Joined: Sun Apr 27, 2003 4:44 am
Location: Michigan, USA
Contact:

Post by RJP Computing »

Hi GPI,
I also get an error when compiling with jaPBe. It only happens when I want to create a debuggable .exe. I am also using the PVDynamic library that comes with PureVision. I can compile the exact same code in the normal PureBasic editor. If I comment all the code that refers to the PVDynamic library out it works fine. I am including an icon, but that doesn't seem to change anything.

Also I have all the latest updated to PureBasic installed.

Here is the error I get:

Code: Select all

9d.obj: multiple definition of _PB_PeekB_DEBUG
first definition is in file 8d.obj
9d.obj: multiple definition of _PB_PeekW_DEBUG
first definition is in file 8d.obj
9d.obj: multiple definition of _PB_PeekL_DEBUG
first definition is in file 8d.obj
9d.obj: multiple definition of _PB_PeekS_DEBUG
first definition is in file 8d.obj
9d.obj: multiple definition of _PB_PeekS2_DEBUG
first definition is in file 8d.obj
9d.obj: multiple definition of _PB_PokeB_DEBUG
first definition is in file 8d.obj
9d.obj: multiple definition of _PB_PokeW_DEBUG
first definition is in file 8d.obj
9d.obj: multiple definition of _PB_PokeL_DEBUG
first definition is in file 8d.obj
9d.obj: multiple definition of _PB_PokeS_DEBUG
first definition is in file 8d.obj
9d.obj: multiple definition of _PB_PokeS2_DEBUG
first definition is in file 8d.obj
Thanks
-Ryan
RJP Computing

Ubuntu 8.10/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, nVidia GeForce 7600GT 512MB
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Did you get the latest libs at www.purebasic.com/beta/ ?
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
RJP Computing
Enthusiast
Enthusiast
Posts: 202
Joined: Sun Apr 27, 2003 4:44 am
Location: Michigan, USA
Contact:

Post by RJP Computing »

Karbon wrote:Did you get the latest libs at www.purebasic.com/beta/ ?
Yes I have all of them. I even put the SystemBase.lib in the compiler directory. Still the same thing. It also does this error on 3.90.
-Ryan
RJP Computing

Ubuntu 8.10/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, nVidia GeForce 7600GT 512MB
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1290
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Post by Paul »

Did you go through your checklist making sure you have latest version of everything?

- PureBaic 3.91beta
- Updates from purebasic.com/beta folderfor 3.91beta

- jaPBe 3.90
- jaPBe 3.91 update for 3.91beta

- PureVision 1.81 for 3.91beta
- PVGadgets 1.81 for 3.91beta
Image Image
RJP Computing
Enthusiast
Enthusiast
Posts: 202
Joined: Sun Apr 27, 2003 4:44 am
Location: Michigan, USA
Contact:

Post by RJP Computing »

Paul wrote:Did you go through your checklist making sure you have latest version of everything?

- PureBaic 3.91beta
- Updates from purebasic.com/beta folderfor 3.91beta

- jaPBe 3.90
- jaPBe 3.91 update for 3.91beta

- PureVision 1.81 for 3.91beta
- PVGadgets 1.81 for 3.91beta
I do. But just to be on the safe side I reinstalled it again.

@Paul,
I didn't come to you because it compiles great with the default editor.

@GPI,
I can't get the icon to show up in 3.91beta.

This error happens on both 3.90 and 3.91beta.
-Ryan
RJP Computing

Ubuntu 8.10/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, nVidia GeForce 7600GT 512MB
nhokem
User
User
Posts: 60
Joined: Fri Mar 19, 2004 10:30 pm
Contact:

Post by nhokem »

Karbon wrote:I don't have a problem with the PB editor messing with the icon but I can confirm that exactly the same thing happens to me with jaPBE. If I use an icon I get the "No message" linker error - without the icon it compiles fine.
I'm having the same issue with compiling with an icon and recently did a full uninstall/install of both PB391beta and jaPBe2452 (including updates). Now what used to be the "no message" error comes up as POLINK: fatal error: File not found: '_jaPBe_0.res'. I am able to compile with an icon using PB390sp1 and jaPBe14452 (which is currently what I'm back to since i need to use Notandor's PBZip lib for my current app).

Cid
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1290
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Post by Paul »

@ RJP Computing ... and any other registered PureBasic/PureVision user having compiler problems with jaPBe,

If you would like a special install containing PureBasic, PureVision and jaPBe combo that is the exact same install we use in our software department here, send me a private email. (info@reelmedia.org)

This install contains PureBasic 3.91beta, PureVision 1.81 and jaPBe with 3.91 patch. We have been running this install since the 3.91beta release without problems. Maybe this will solve many issues some of the users are having.

Once again, this offer is only available for those registered to both PureBasic and PureVision.
Last edited by Paul on Tue Jun 08, 2004 8:38 pm, edited 1 time in total.
Image Image
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

@Paul:

To avoid conflicts i think you better distribute an installer with all those goodies, but remove the key file of Purebasic of that distro...
GPI
PureBasic Expert
PureBasic Expert
Posts: 1400
Joined: Fri Apr 25, 2003 6:41 pm

Post by GPI »

nhokem wrote:Now what used to be the "no message" error comes up as POLINK: fatal error: File not found: '_jaPBe_0.res'.
Thats good news: A good error-message. Can you please report the files in the purebasic\pbcompilers\ - directory?
Post Reply