Skip to content

Not compiling with Visual Studio 2019, type conversion error #6

@jaysonpowers-zz

Description

@jaysonpowers-zz

line 182 is throwing a type conversion error

sDevices.push_back(woc.szPname);

woc.szPname is a TCHAR array and sDevices is a vector <wstring>

I haven't found a successful conversion from the two on the internet yet

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions