Oxygen Basic
Programming => Problems & Solutions => Topic started by: jcfuller on July 15, 2019, 09:12:27 AM
-
Charles,
It appears LinkRes2Exe is not supported with version 0.2.3
James
-
Hi James,
LinkRes2Exe is still running over here. I tried it on co2,oxide and gxo2.
Also worked on 64bit ControlCraft (flying saucer)
Has your Windows10 clobbered it?
-
Charles,
It runs and appears to work but the resulting exe does not run on my tests. If I do not use it to link in a res file the same exe runs.
James
-
All the EXEs are working here.
Is your Windows10 interfering?
-
Charles,
Try this.
James
$filename "testres.exe"
use rtl64
print version
'==============================================================================
RC file
'==============================================================================
#define MANIFEST 24
#define IDR_XPMANIFEST1 1
IDR_XPMANIFEST1 MANIFEST "xpmanifest.xml"
'==============================================================================
xpmanifest.xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="*"
name="Company.Product.Name"
type="win32"
/>
<description></description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
-
Charles,
I notice your version of GoRc is 0.9.0.5 while the current version is 1.0.2.1.
I was using 1.0.2.0 and just updated to the latest with the same reported results.
James
-
Hello Guys...
jcfuller, you mean it doesn't work with the newest version and you had to roll back to version 0.9?
-
This does not work with o2 version 0.2.2 either
-
James,
This example works with a manifest:
-
Charles,
Compiled and ran fine using gorc 1.0.2.1 here.
FreeBasic is shipping gorc 0.9.0.2
There was a recent thread on the Fb Forum that brought up a bug that was fixed with the latest 1.0.2.1.
James
-
Charles,
It may not be a resource problem? My mainstay testing program is showing the resource dialog after some code editing.
I'll do more testing in the AM. Yankee Baseball time now.
James
-
Okay James.
I'll include GoRc 1.0.2.1 in the next release anyway.
-
It's a 64bit problem. Hard to trace but I think it's connected with some changes I made for byval UDT params.
-
Hi James,
I've fixed it! You only need the dll: oxygen.zip