Forum Discussion
Dmitry_Nikolaev
15 years agoStaff
Hi Michael,
We failed to reproduce this behavior with AQtime 6.50. Here is the code of a sample application I used:
#include "stdafx.h"
#include "windows.h"
class CTest
{
private:
BYTE data[32768];
public:
void FillData() {data[0] = 0x00;}
CTest() {};
};
int _tmain(int argc, _TCHAR* argv[])
{
CTest* pArray = new CTest[256];
CTest* myObj = new CTest();
pArray[0].FillData();
return 0;
}
Please let me know whether you can reproduce the problem with this sample. If you cannot, could you please send me your sample demonstrating the problem? You can send it directly via the Contact Support form.
Related Content
- 4 years ago
- 6 years ago
Recent Discussions
- 7 months ago
- 2 years ago