Jeff L lats@yless4u.com.au writes:
- psssa = HeapAlloc( GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(Scriptstringanalysis));
- *pssa = (Scriptstringanalysis*)psssa;
Please try to find better names for your variables, don't name everything pssa or psssa or pssap etc. Also please use underscores to separate words in identifiers so that they are readable.