#ADAPTER_SERIALIZE - constant not found?

Discuss any general programming issues here
Post Reply
Bugala
Posts: 1424
Joined: Sun Feb 14, 2010 7:11 pm

#ADAPTER_SERIALIZE - constant not found?

Post by Bugala »

I Installed Hollywood 11 on my Windows 10 machine.

When I try to run a following program, or any program that has this line:

Code: Select all

SetDefaultAdapter(#ADAPTER_SERIALIZE, "default")
It gives an error saying "Constant not found!"

Should this work, or am I missing doing something? Isnt this part of Hollywoods own things nowadays, not a plugin?

Works fine on my regular Hollywood 11 Windows 11 installation.
plouf
Posts: 734
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: #ADAPTER_SERIALIZE - constant not found?

Post by plouf »

maybe you have select "miniwood" in IDE?

in that case needed
@USING "system"
Christos
Bugala
Posts: 1424
Joined: Sun Feb 14, 2010 7:11 pm

Re: #ADAPTER_SERIALIZE - constant not found?

Post by Bugala »

No, It shows "Hollywood" in those two options, and I see no checkmark, so dont seem to be any possibility that Miniwood would be on.

I however, just in case, tried adding that @USING "system", but that just gave me "unknown preprocessor command @USING", perhaps since Miniwood was not on.

Also, took a try and by purpose changed it into Miniwood, and that gave me an error of "Cant find miniwood.exe" and some other stuff.

Considering that testing that same thing with my usual Win11, Hollywood 11 installation, it didnt give that error. I assume something is very much wrong with my fresh Hollywood 11 win 10 installation.
plouf
Posts: 734
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: #ADAPTER_SERIALIZE - constant not found?

Post by plouf »

System plugin must be corrupt or not in directory in new place (user profile+> hollywood/plugin)
Christos
Post Reply