Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers AppGameKit Corner / tier 1 to tier 2 newbe

Author
Message
RedBLuePill
5
Years of Service
User Offline
Joined: 3rd Apr 2019
Location:
Posted: 15th Dec 2019 21:39
I have this
s[1] is a string in a array

CreateText(15,s[1])

converted it to

void agk::CreateText(UINT 15, const char s[1]);

using online doc's but still cant get it to run?

cheers anyone

Attachments

Login to view attachments
MadBit
VIP Member
Gold Codemaster
14
Years of Service
User Offline
Joined: 25th Jun 2009
Location: Germany
Posted: 15th Dec 2019 22:20 Edited at: 16th Dec 2019 06:00
try -> agk::CreateText((UINT)15, (const char*)s[1]);

EDIT:
How did you define the array 's'?
Share your knowledge. It\'s a way to achieve immortality. (Tenzin Gyatso)

Login to post a reply

Server time is: 2024-04-19 08:18:11
Your offset time is: 2024-04-19 08:18:11