1. Mike Kochevar
  2. PowerBuilder
  3. Friday, 27 October 2023 19:22 PM UTC

Hello,

I am upgrading to PB2022 and will compile as 64-bit. There is a third party tool called coolmenu in our software that is 32-bit. So far I cannot compile in 64-bit because the 32-bit coolmenu.dll. Has anyone else ran into this problem and if so what was the workaround.

Thank you in advance,

Mike

Accepted Answer
Mike Kochevar Accepted Answer Pending Moderation
  1. Tuesday, 12 December 2023 16:02 PM UTC
  2. PowerBuilder
  3. # Permalink

I was able to get the dll to compile as 64-bit. Thanks to everyone for their help!

Comment
There are no comments made yet.
Mike Kochevar Accepted Answer Pending Moderation
  1. Tuesday, 31 October 2023 13:11 PM UTC
  2. PowerBuilder
  3. # 1

I was able to download the code for CoolMenu.dll and as John stated it is all C++ code. I am working though getting my visual studio environment setup to compile C++ projects. I would love to refactor the CoolMenu.dll out of the application but I am not sure how to do that. There is also another third party tool in our application called AdvanceGui (Ultimate Suite) that I am having problems with. Fortunately this product offers a PB2022 solution.

But for now I am going to try and compile the CoolMenu.dll as 64-bit.

Thanks to everyone for their time on this matter, I appreciate everyone!!

Comment
  1. Roland Smith
  2. Tuesday, 31 October 2023 13:36 PM UTC
Ultimate Suite is 100% PowerBuilder code so it should compile to 64-bit without problems. If you do have problems, it is well supported.

All the features of CoolMenu are probably supported by Ultimate Suite so it would be better to switch to that.
  1. Helpful
There are no comments made yet.
Bruce Armstrong Accepted Answer Pending Moderation
  1. Saturday, 28 October 2023 09:44 AM UTC
  2. PowerBuilder
  3. # 2

The original source code is available here:  http://pbsite.milente.nl.  You could download the source code and recompile it for 64 bit