useOfATL Enum

Definition

Specifies whether the ATL project will statically or dynamically link to the ATL .dll.

public enum class useOfATL
public enum class useOfATL
enum useOfATL
public enum useOfATL
type useOfATL = 
Public Enum useOfATL
Inheritance
useOfATL

Fields

useATLDynamic 2

Dynamic link

useATLNotSet 0

Not set

useATLStatic 1

Static link

Remarks

See General Property Page (Project) for more information.

Applies to