View Issue Details

IDProjectCategoryView StatusLast Update
0033416CommunityOCCT:Visualizationpublic2023-06-25 21:00
ReporterParmar Ronit Assigned ToParmar Ronit  
PrioritylowSeverityjust a question 
Status feedbackResolutionopen 
PlatformWindowsOSVC++ 2019 
Product Version7.4.0 
Summary0033416: Visualization - OCC Viewer Problem
Descriptioni use to bild opencascad with MS Visual studio 2019 64 bit.
i got erro at new operator in below mentioned,

myGraphicDevice = new OpenGl_GraphicDriver(aDisplayConnection);
myViewer = new V3d_Viewer(aDriver);
Handle(WNT_Window) aWNTWindow = new WNT_Window(GetSafeHwnd());
myAISContext = new AIS_InteractiveContext(myViewer);

Error show that,
no instance of overloaded matches the argument list
            argument types are: (unsigned long long, const char [50], int)
After compilation it show erro also for that plase view attached photo.
And i got same error in MS visual studion 2012 with OCC 7.7 version.

Please help to solve this error.
TagsNo tags attached.
Test case number

Activities

dpasukhi

2023-06-25 20:59

administrator   ~0113680

Last edited: 2023-06-25 20:59

Dear @Parmar Ronit

For this kind of questions(occt usage and problems) please use forum - https://dev.opencascade.org/forums

But I guess that you dont include all necessary header files for the classes that used as a parameters.

Issue History

Date Modified Username Field Change
2023-06-25 20:53 Parmar Ronit New Issue
2023-06-25 20:53 Parmar Ronit Assigned To => sshutina
2023-06-25 20:57 dpasukhi Severity major => just a question
2023-06-25 20:57 dpasukhi Priority normal => low
2023-06-25 20:57 dpasukhi Summary OCC Viewer Problem => Visualization - OCC Viewer Problem
2023-06-25 20:59 dpasukhi Note Added: 0113680
2023-06-25 20:59 dpasukhi Note Edited: 0113680
2023-06-25 20:59 dpasukhi Note Edited: 0113680
2023-06-25 20:59 dpasukhi Note Edited: 0113680
2023-06-25 21:00 dpasukhi Assigned To sshutina => Parmar Ronit
2023-06-25 21:00 dpasukhi Status new => feedback