Search found 2 matches

by creative1
Thu Oct 06, 2005 3:17 am
Forum: Unreal 3.2 Modules
Topic: how to share a variable among modules
Replies: 1
Views: 2172

found it!

great, the whole day working on this and when i decide to ask for help, it hits me and i solve it... amazing
the solution is to add the variable into the wircd.def file, i just remembered that vc uses that file to link dlls.

I hope this posting helps some other desperate soul.

Joaquin
by creative1
Thu Oct 06, 2005 3:02 am
Forum: Unreal 3.2 Modules
Topic: how to share a variable among modules
Replies: 1
Views: 2172

how to share a variable among modules

Hi there,

I had some code that was working fine on 3.2.2 but for reason i can't get it to work in 3.2.3. Btw Im compiling under vc 7 (windows).

My question is simple, if i want to share a variable among 2 modules: m_pingpong and m_nick
how can i do so?

I tried everything I could think of but i ...